runtime.mLockProfile.haveStack (field)
4 uses
runtime (current package)
mprof.go#L721: haveStack bool // stack and cycles are to be added to the mutex profile
mprof.go#L776: if gp := getg(); gp.m.locks == 1 && gp.m.mLockProfile.haveStack {
mprof.go#L802: prof.haveStack = true
mprof.go#L843: prof.haveStack = false
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)